Can abstract class have constructor in java

47

Can abstract class have constructor in java -

In Java, Abstract classes can have constructors even when they are only called from their concrete subclasses.

Comments

Submit
0 Comments